Region
@Serializable
A region is an organized area of the Pokémon world. Most often, the main difference between regions is the species of Pokémon that can be encountered within them. See: https://pokeapi.co/docs/v2#regions
Parameters
id
The identifier for this resource.
name
The name for this resource.
locations
A list of locations that can be found in this region.
main Generation
The generation this region was introduced in.
names
The name of this resource listed in different languages.
pokedexes
A list of pokédexes that catalogue Pokémon in this region.
version Groups
A list of version groups where this region can be visited.
Constructors
Link copied to clipboard
constructor(id: Int, name: String, locations: List<Handle.Named<Location>>, mainGeneration: Handle.Named<Generation>?, names: List<Name>, pokedexes: List<Handle.Named<Pokedex>>, versionGroups: List<Handle.Named<VersionGroup>>)